home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / soundfx4.zip / SOUNDFX4.DOC < prev    next >
Text File  |  1991-07-28  |  6KB  |  228 lines

  1.  
  2.  
  3.  
  4.                             ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  5.                           ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  6.                         ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  7.                       ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  8.                     ╓─────────────────────────────╖
  9.               ▒▒▒▒▒ ║                             ║ ▒▒▒▒▒
  10.   ═════════▒▒▒▒▒▒▒▒ ║      SOUND EFFECTS 4        ║ ▒▒▒▒▒▒▒▒════════════
  11.               ▒▒▒▒▒ ║                             ║ ▒▒▒▒▒
  12.                     ╙─────────────────────────────╜
  13.                       ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  14.                         ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  15.                           ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  16.                             ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  17.  
  18.                          released July 29, 1991
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.    ==== Author's Comments ===============================================
  27.  
  28.      Creating Sound Effects 4 was a long and tedious process, which Bill
  29.    and I have spent many days, hours and weeks working on.
  30.  
  31.    The results have been amazing !  The reviews coming in say:
  32.  
  33.    "Would you have any objection to us using SOUNDFX4 on the Cover disk?"
  34.  
  35.                                            -PC Today magazine
  36.  
  37.  
  38.    "I'm a computer game designer for Sierra On-Line.  I'm working on a
  39.    new project right now and have need for a few PC sound effects."
  40.  
  41.                                            -Sierra
  42.  
  43.    =======================================================================
  44.  
  45.  
  46.  
  47.  
  48.  
  49.                    SOUND EFFECTS 4
  50.  
  51.  
  52.  
  53.  
  54.  ┌─────────────────────────────────────┐
  55.  │ Special Utilities                   │
  56.  └─────────────────────────────────────┘
  57.  
  58.  
  59.  
  60.  
  61.    1) NOISE.EXE
  62.  
  63.       Usage: NOISE [delay] [frequency] [frequency] [frequency] [...etc
  64.  
  65.              NOISE ?   displays the help screen
  66.  
  67.    This program allows you to specify a delay, then as many frequencies
  68.    of tones you can fit on the command-line (127 chars).
  69.  
  70.    NOISE now supports musical notes !
  71.  
  72.    Notes are A-G, and are entered on the command-line instead of frequencies.
  73.  
  74.        Examples:       NOISE 100  A   G  D   D  B   C   G
  75.                        NOSIE 300  A  202 G  453 A  295 1843
  76.  
  77.   Notice that frequencies and notes may be combined !
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.    2) RAND.EXE
  85.  
  86.       Usage: RAND [range of random number] [delay]
  87.  
  88.              RAND ?    displays the help screen
  89.  
  90.    Rand creates random tones dependent upon the maximum number you specify.
  91.    It "thinks up" a tone between 1 and your specified number.
  92.    The delay, of course, is how many milliseconds until the next tone is
  93.    played.
  94.  
  95.      For interesting examples:
  96.  
  97.        RAND 20000 200
  98.  
  99.        RAND 10348 120
  100.  
  101.  
  102.  
  103.  
  104.    3) STOP#GO.EXE
  105.  
  106.       Usage:  STOP#GO  [method] [frequency] [duration]
  107.  
  108.               STOP#GO ?  displays the help screen
  109.  
  110.   Methods include:
  111.  
  112.       1  -  play frequency until key is pressed
  113.       2  -  turn sound on and off as keys are pressed
  114.       3  -  play non-stop frequency
  115.       4  -  play frequency for "duration" specified above
  116.       5  -  turn sound on and off, pausing "duration" before alternating
  117.  
  118.    Press [ESC] anytime to abort program, and remember that
  119.    "duration" is in milliseconds
  120.  
  121.  
  122.    Examples:  STOP#GO 1 600   plays a 600 frequency tone until any key
  123.                               is pressed
  124.  
  125.               STOP#GO 2 700   plays a 700 frequency tone, and when a key is
  126.                               pressed, turns tone off.
  127.                               When another key is pressed, turns tone back
  128.                               on, and continues alternating ....
  129.  
  130.               STOP#GO 3 700   plays a continuous 700 frequency tone
  131.  
  132.               STOP#GO 4 700 200  plays the 700 frequency tone for 200 milliseconds
  133.  
  134.               STOP#GO 5 700 20   toggles the 700 frequency tone
  135.                                  on and off for 20 milliseconds
  136.                                  between sets.
  137.                                  (sounds similar to an alarm !)
  138.  
  139.  
  140.  
  141.  
  142.     4) UP#DOWN.EXE
  143.  
  144.        Usage:  UP#DOWN [start-frequency]
  145.  
  146.                UP#DOWN ?   displays help screen
  147.  
  148.      Use up and down arrows to increase or decrease
  149.   frequency, or press the number keys to make
  150.   the frequency {number X 100}.  Press [ESC] anytime to quit
  151.  
  152.        Experiment with the up/down arrow keys, and press the numbers 1-9
  153.   to create a frequency between 100 and 900.
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  ┌─────────────────────────────────────────┐
  163.  │  Improvements over version 3            │
  164.  └─────────────────────────────────────────┘
  165.  
  166.  
  167.   MOST FILES CONVERTED TO SMALLER "COM" EXECUTABLES
  168.  
  169.   RANDOM TONE GENERATOR
  170.  
  171.   FREQUENCY PLAYER WITH DELAY OPTION PLUS MUSICAL NOTE CAPABILITY
  172.  
  173.   PAUSABLE AND CONTROLLABLE SOUNDS
  174.  
  175.   KEYBOARD/SOUND FREQUENCY INTERACTIONS
  176.  
  177.   THE FOLLOWING ADDITIONS:
  178.  
  179.    a) So.Exe
  180.  
  181.    b) Pew.Com
  182.  
  183.    c) No.Com
  184.  
  185.    d) High.Com
  186.  
  187.    e) Tt.Com
  188.  
  189.    f) Final.Com
  190.  
  191.    g) Booper.Com
  192.  
  193.    h) Chirp.Com
  194.  
  195.    i) No1.Com
  196.  
  197.    j) Deadbird.Com
  198.  
  199.    k) RAND.EXE
  200.  
  201.    l) NOISE.EXE
  202.  
  203.    m) UP#DOWN.EXE
  204.  
  205.    n) STOP#GO.EXE
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.     Registration for SOUNDFX4 is $5.00.  This entitles you to one
  214.     free upgrade and special support for my products.
  215.  
  216.     For a better deal, see the enclosed CATALOG.DAV file for a
  217.     diskfull of utilities for only $10.00.  With this registration,
  218.     you receive many benefits and extras !
  219.  
  220.  
  221.         As always, questions or comments -->
  222.  
  223.             DAVE SMITH
  224.            1104 Mason Dr.
  225.            Hurst TX 76053
  226.  
  227.            CIS 71441,2723
  228.